Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
added new HW module FREQ_GEN to simulation and CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Apr 18, 2020
1 parent 4214b13 commit 19f7aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sim/ghdl/ghdl_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ghdl -a --work=neo430 $srcdir_core/neo430_cpu.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_crc.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_dmem.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_exirq.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_freq_gen.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_gpio.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_imem.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_muldiv.vhd
Expand Down
1 change: 1 addition & 0 deletions travis_ci/hw_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ghdl -a --work=neo430 $srcdir_core/neo430_cpu.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_crc.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_dmem.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_exirq.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_freq_gen.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_gpio.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_imem.vhd
ghdl -a --work=neo430 $srcdir_core/neo430_muldiv.vhd
Expand Down

0 comments on commit 19f7aee

Please sign in to comment.