mirror of
https://github.com/sxpert/hp-saturn
synced 2025-01-24 07:58:08 +01:00
add script to run verilator
This commit is contained in:
parent
66bcb23d2c
commit
d808e636c2
1 changed files with 11 additions and 0 deletions
11
check.sh
Executable file
11
check.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# licence: GPLv3 or later
|
||||
#
|
||||
verilator -Wall -I. --top-module saturn_top -cc \
|
||||
saturn_top.v saturn_serial.v \
|
||||
saturn_bus.v saturn_hp48gx_rom.v \
|
||||
saturn_bus_controller.v saturn_debugger.v \
|
||||
saturn_control_unit.v saturn_inst_decoder.v\
|
||||
saturn_regs_pc_rstk.v saturn_alu_module.v
|
||||
|
Loading…
Add table
Reference in a new issue