mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 11:35:20 +02:00
Co-authored-by: Miodrag Milanovic <[email protected]> Co-authored-by: Roland Coeurjoly <[email protected]>
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
$version Yosys $end
|
|
$scope module simple_assign $end
|
|
$var wire 1 n2 in $end
|
|
$var wire 1 n1 out $end
|
|
$upscope $end
|
|
$enddefinitions $end
|
|
#0
|
|
#5
|
|
b1 n1
|
|
b1 n2
|
|
#10
|
|
b0 n1
|
|
b0 n2 |