From a3e0b8724a32b3f5f8b739670ba4c92ea92f0091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20=C3=96rtenberg?= Date: Fri, 14 Mar 2025 11:22:28 +0100 Subject: [PATCH 1/3] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2511c3c..517fd6a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This repository is the public part of the thesis work created by Adam Magnusson and Erik Örtenberg at Chalmers Univerity of Technology. The work contained wihtin this repo details how a network interface will work, mostly built in VHDL. # Tool instructions -Read the README.md in `./scripts` +Building is facilitated by (Gantry)[https://git.kryddan.xyz/kryddan/gantry]. A dockerized version of GHDL is available in `scripts` # Build instructions -TBW +Enter `src/ganimede` and run `gantry elab ganimede_toplevel rtl` to build. Run `gantry run ganimede_toplevel_tb tb` to simulate and view wave forms of the project. -- 2.43.0 From 497fbb9160de448986f05b727257de9dc2e22737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20=C3=96rtenberg?= Date: Fri, 14 Mar 2025 11:23:14 +0100 Subject: [PATCH 2/3] fixed linking to gantry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 517fd6a..07b2bf9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository is the public part of the thesis work created by Adam Magnusson and Erik Örtenberg at Chalmers Univerity of Technology. The work contained wihtin this repo details how a network interface will work, mostly built in VHDL. # Tool instructions -Building is facilitated by (Gantry)[https://git.kryddan.xyz/kryddan/gantry]. A dockerized version of GHDL is available in `scripts` +Building is facilitated by [Gantry](https://git.kryddan.xyz/kryddan/gantry). A dockerized version of GHDL is available in `scripts` # Build instructions Enter `src/ganimede` and run `gantry elab ganimede_toplevel rtl` to build. Run `gantry run ganimede_toplevel_tb tb` to simulate and view wave forms of the project. -- 2.43.0 From f71b031a8bbd11c3ba5de15c4cd8d704b3ae6e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20=C3=96rtenberg?= Date: Fri, 14 Mar 2025 11:24:30 +0100 Subject: [PATCH 3/3] testing branches --- test | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..e69de29 -- 2.43.0