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-31 10:15:10 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
793594bd5973d2f48100aaec7c67c93d439d9956
yosys
/
docs
/
source
/
code_examples
/
techmap
/
red_or3x1_test.v
T
6 lines
82 B
Verilog
Raw
Normal View
History
Unescape
Escape
Progress in presentation
2014-02-16 13:45:47 +01:00
module
test
(
A
,
Y
);
input
[
6
:
0
]
A
;
output
Y
;
assign
Y
=
|
A
;
endmodule
Reference in New Issue
Copy Permalink