mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Co-authored-by: Miodrag Milanovic <mmicko@gmail.com> Co-authored-by: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
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 |