Skip to content

Commit

Permalink
Bug fix: ngspice_compile now executes twice when running eda_compile
Browse files Browse the repository at this point in the history
  • Loading branch information
yotasage committed Jan 13, 2024
1 parent 77d276b commit 14edf6d
Show file tree
Hide file tree
Showing 2 changed files with 11,254 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ tt: tcl_compile tcl_install \

eda_compile: magic_compile \
xschem_compile \
netgen_compile \
ngspice_compile \
ngspice_compile
netgen_compile
#iverilog_compile \
#yosys_compile \
#gtkwave_compile
make ngspice_compile
make ngspice_compile

eda_install: magic_install \
xschem_install \
Expand Down
Loading

0 comments on commit 14edf6d

Please sign in to comment.