projects
/
raggedstone
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
+= driver
[raggedstone]
/
dhwk_old
/
source
/
sync.v
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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