mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
use vhdl 2008 standard in ghdl simulations
This commit is contained in:
parent
457f902d11
commit
8c7e8e0c47
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ chmod 777 neorv32_tb.uart0_rx.out neorv32_tb.uart1_rx.out
|
|||
mkdir -p build
|
||||
|
||||
# GHDL import
|
||||
$GHDL -i --work=neorv32 --workdir=build \
|
||||
$GHDL -i --work=neorv32 --workdir=build --std=08 \
|
||||
$CORE_SRCS \
|
||||
"$NEORV32_RTL"/processor_templates/*.vhd \
|
||||
"$NEORV32_RTL"/system_integration/*.vhd \
|
||||
|
@ -32,7 +32,7 @@ $GHDL -i --work=neorv32 --workdir=build \
|
|||
xbus_memory.vhd
|
||||
|
||||
# GHDL analyze
|
||||
$GHDL -m --work=neorv32 --workdir=build neorv32_tb
|
||||
$GHDL -m --work=neorv32 --workdir=build --std=08 neorv32_tb
|
||||
|
||||
# GHDL run parameters
|
||||
if [ -z "$1" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue