projects
/
raggedstone
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
white space; fixme
[raggedstone]
/
dhwk_old
/
source
/
sync.v
1
module sync2 (clk, d, q);
2
input clk;
3
input d;
4
output q;
5
reg q;
6
7
always @(posedge clk)
8
begin
9
q <= d;
10
end
11
endmodule
Impressum
,
Datenschutz