This website requires JavaScript.
Explore
Help
Sign In
riscv
/
OpenFPGA
mirror of
https://github.com/lnis-uofu/OpenFPGA.git
Watch
1
Star
0
Fork
You've already forked OpenFPGA
0
Code
Issues
Projects
Releases
Wiki
Activity
186eb0f0a4
OpenFPGA
/
yosys
/
manual
/
PRESENTATION_Prog
/
sigmap_test.v
4 lines
66 B
Verilog
Raw
Blame
History
module
test
(
input
a
,
output
x
,
y
)
;
assign
x
=
a
,
y
=
a
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink