Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependabot]: Bump neorv32 from e72c254 to ec2e2bb #108

Merged
merged 3 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ $ sudo apt-get install ghdl

```
$ ghdl -v
GHDL 3.0.0-dev (v2.0.0-652-g6961b3f82) [Dunoon edition]
GHDL 4.0.0-dev (3.0.0.r823.g9e2b6fc95) [Dunoon edition]
Compiled with GNAT Version: 9.4.0
mcode code generator
static elaboration, mcode code generator
Written by Tristan Gingold.

Copyright (C) 2003 - 2022 Tristan Gingold.
Copyright (C) 2003 - 2023 Tristan Gingold.
GHDL is free software, covered by the GNU General Public License. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```
Expand Down
5 changes: 1 addition & 4 deletions src/convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ echo ""
sleep 2

# Import sources
ghdl -i --std=08 --work=neorv32 --workdir=build -Pbuild \
"$NEORV32_RTL"/core/*.vhd \
"$NEORV32_RTL"/core/mem/*.vhd \
"$SRC_FOLDER"/neorv32_verilog_wrapper.vhd
ghdl -i --std=08 --work=neorv32 --workdir=build -Pbuild "$NEORV32_RTL"/core/*.vhd "$SRC_FOLDER"/neorv32_verilog_wrapper.vhd

# Top entity
ghdl -m --std=08 --work=neorv32 --workdir=build neorv32_verilog_wrapper
Expand Down
Loading