Skip to content

Commit

Permalink
Tiny build system tweaks
Browse files Browse the repository at this point in the history
selftest.sh: print nmigen version
localbus/Makefile: remove tgen_tb in a make clean
  • Loading branch information
ldoolitt committed Oct 17, 2024
1 parent e0a6d54 commit e0e94ac
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion localbus/Makefile
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ live: Vjit_rad_gateway_demo
tgen_tb: tgen.v dpram.v

clean:
rm -f jit_rad_gateway_demo_badger jit_rad_gateway_demo_qf2
rm -f jit_rad_gateway_demo_badger jit_rad_gateway_demo_qf2 *_tb
rm -f jit_rad_gateway_demo_cdc.txt jit_rad_gateway_demo_yosys.json
rm -f Vjit_rad_gateway_demo xfer_demo.vcd jit_rad_gateway_tb *.vcd
rm -rf obj_dir
2 changes: 1 addition & 1 deletion selftest.sh
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ yosys -V
echo 'puts "tclsh [info patchlevel]"' | tclsh
flake8 --version
if [ "$1" = "more" ]; then
python3 -c 'import nmigen; print("nmigen found")'
python3 -c 'import nmigen; print("nmigen found", nmigen.__version__)'
riscv64-unknown-elf-gcc --version
fi

0 comments on commit e0e94ac

Please sign in to comment.