This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f2279d2c2a
yosys
/
tests
/
verilog
/
local_include.v
5 lines
89 B
Verilog
Raw
Blame
History
`include
"
temp_foo.v
"
module
top
(
input
x
,
output
y
)
;
foo
bar
(
.
a
(
x
)
,
.
b
(
y
)
)
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink