mirror of https://github.com/YosysHQ/yosys.git
9 lines
71 B
Plaintext
9 lines
71 B
Plaintext
|
read_verilog example.v
|
||
|
echo on
|
||
|
ls
|
||
|
cd example
|
||
|
ls
|
||
|
dump $2
|
||
|
cd ..
|
||
|
echo off
|