Cosmetic changes

This commit is contained in:
Nikolay Puzanov
2023-06-13 16:36:29 +03:00
parent a3815caa0a
commit 89c82cb611
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
iverilog -g2012 -o top -f ../source/sources.f top.sv
FFILE=../source/sources.f
iverilog -g2012 -o top -f $FFILE top.sv