Skip to content

Commit

Permalink
[sim] only analyze files from 'rtl' and 'sim' folders
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Dec 8, 2024
1 parent a0f4349 commit 4bc8809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/ghdl.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bc8809

Please sign in to comment.