This website requires JavaScript.
Explore
Help
Sign In
luke
/
yosys
Watch
1
Star
0
Fork
0
mirror of
https://github.com/YosysHQ/yosys.git
synced
2026-08-29 17:38:17 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
242c03715810319928b5917ccade7a1df3314397
yosys
/
docs
/
source
/
code_examples
/
synth_flow
/
techmap_01.v
T
5 lines
90 B
Verilog
Raw
Normal View
History
Unescape
Escape
presentation progress
2014-02-04 16:51:12 +01:00
module
test
(
input
[
31
:
0
]
a
,
b
,
output
[
31
:
0
]
y
);
assign
y
=
a
+
b
;
endmodule
Reference in New Issue
Copy Permalink