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
/
pfs.v
1
module pfs2 (clk, a, b);
2
input clk;
3
input a;
4
output b;
5
reg b;
6
7
always @(posedge clk)
8
begin
9
b <= a;
10
end
11
endmodule
Impressum
,
Datenschutz