mirror of https://github.com/YosysHQ/yosys.git
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
# Generated by Yosys 0.41+101 (git sha1 83a8e5de4, g++ 13.2.0 -fPIC -Os)
|
|
autoidx 1
|
|
module \gold
|
|
wire width 6 input 1 \A
|
|
wire width 5 input 2 \S
|
|
wire width 192 output 3 \Y
|
|
cell $demux \UUT
|
|
parameter \S_WIDTH 5
|
|
parameter \WIDTH 6
|
|
connect \A \A
|
|
connect \S \S
|
|
connect \Y \Y
|
|
end
|
|
end
|