1
0
mirror of https://github.com/j-core/j-core-ice40.git synced 2026-03-09 04:09:41 +00:00
Files
j-core.j-core-ice40/ghdl.sh

8 lines
377 B
Bash

#!/bin/sh
ghdl -a cpu2j0_pkg.vhd components_pkg.vhd mult_pkg.vhd decode_pkg.vhd decode_body.vhd datapath_pkg.vhd cpu.vhd decode.vhd decode_core.vhd decode_table.vhd decode_table_reverse.vhd datapath.vhd register_file.vhd mult.vhd
ghdl -a data_bus_pkg.vhd monitor_pkg.vhd asymmetric_ram.vhd bus_monitor.vhd timeout_cnt.vhd cpu_sram.vhd cpu_pure_tb.vhh
ghdl -e cpu_pure_tb