projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f4197
)
(no commit message)
author
TimothyPearson
<TimothyPearson@web>
Mon, 21 Feb 2022 13:39:43 +0000
(13:39 +0000)
committer
IkiWiki
<ikiwiki.info>
Mon, 21 Feb 2022 13:39:43 +0000
(13:39 +0000)
HDL_workflow/ghdl.mdwn
patch
|
blob
|
history
diff --git
a/HDL_workflow/ghdl.mdwn
b/HDL_workflow/ghdl.mdwn
index c21d4bb1f84a690808b4fddeb6390b44d6348d3e..372d970fbdf56d1600d53212f71e88d816671905 100644
(file)
--- a/
HDL_workflow/ghdl.mdwn
+++ b/
HDL_workflow/ghdl.mdwn
@@
-63,7
+63,7
@@
Please adjust the install paths for ghdl.
### Installing ghdl, yosys, and ghdl-yosys-plugin in a Debian chroot
-This has been done on an AMD64 machine, the build failed on my Talos II.
+Verified to work on a Talos II workstation (Debian Bullseye)
debootstrap bullseye /var/chroot/bullseye_ghdl
chroot /var/chroot/bullseye_ghdl
@@
-77,7
+77,7
@@
put some 'deb-src' URIs in your sources.list
cd /root/
git clone https://github.com/ghdl/ghdl
cd ghdl
- ./configure
+ ./configure
--with-llvm-config
make
make install
cd ..