You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
256 B

  1. .PHONY: sim
  2. sim: risc_v.vhd tb_risc_v.vhd
  3. ghdl -a --std=08 risc_v.vhd tb_risc_v.vhd
  4. ghdl -e --std=08 tb_risc_v
  5. ghdl -r --std=08 tb_risc_v --vcd=tb_risc_v.vcd --wave=tb_risc_v.ghw
  6. .PHONY: clean
  7. clean:
  8. rm tb_risc_v tb_risc_v.ghw tb_risc_v.vcd work* *.o