mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
Another block of spelling fixes
Smaller this time
This commit is contained in:
parent
022f570563
commit
6c00704a5e
24 changed files with 53 additions and 53 deletions
|
@ -15,7 +15,7 @@ for ((i = 0; i < 100; i++)); do
|
|||
iverilog -o uut_${idx}_tb uut_${idx}_tb.v uut_${idx}.v uut_${idx}_syn.v
|
||||
./uut_${idx}_tb | tee uut_${idx}.err
|
||||
if test -s uut_${idx}.err; then
|
||||
echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of icarus verilog."
|
||||
echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of Icarus Verilog."
|
||||
exit 1
|
||||
fi
|
||||
rm -f uut_${idx}.err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue