projects
/
raggedstone
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
progress
[raggedstone]
/
dhwk_old
/
source
/
pfs.v
Commit
Line
Data
ebba63a9
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