mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
parent
a0f43490eb
commit
4bc8809ea9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ chmod 777 neorv32_tb.uart0_rx.out neorv32_tb.uart1_rx.out
|
|||
mkdir -p build
|
||||
|
||||
# GHDL import
|
||||
find .. -type f -name '*.vhd' -exec \
|
||||
find ../rtl ../sim -type f -name '*.vhd' -exec \
|
||||
ghdl -i --std=08 --workdir=build --ieee=standard --work=neorv32 {} \;
|
||||
|
||||
# GHDL analyze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue