From abe5c1718a5a190eb7f6eb3d5be60301ff2cfe03 Mon Sep 17 00:00:00 2001 From: Tobias Platen Date: Sat, 22 Jan 2022 14:06:17 +0100 Subject: [PATCH] update deadlinks --- 3d_gpu/tutorial.mdwn | 2 +- HDL_workflow.mdwn | 4 ++-- HDL_workflow/coriolis2.mdwn | 4 ++-- HDL_workflow/symbiflow.mdwn | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3d_gpu/tutorial.mdwn b/3d_gpu/tutorial.mdwn index 67461689d..793eef3e0 100644 --- a/3d_gpu/tutorial.mdwn +++ b/3d_gpu/tutorial.mdwn @@ -198,7 +198,7 @@ graphs, you absolutely **must** store partial results of combinatorial blocks in registers (with sync) *before* passing those partial results back into more (or the same) combinatorial blocks. -* http://www.clifford.at/yosys/cmd_proc.html +* https://github.com/YosysHQ/yosys # verilog diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index c82b9e32b..4a4221714 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -344,7 +344,7 @@ They should not however be considered "routine". Follow the source code (git clone) instructions here, do **not** use the "stable" version (do not download the tarball): - + Or, alternatively, use the [hdl-tools-yosys](https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=hdl-tools-yosys;hb=HEAD) @@ -353,7 +353,7 @@ script (which also installs symbiyosys and its dependencies) Do not try to use a fixed revision of yosys (currently 0.9), nmigen is evolving and frequently interacts with yosys. -[Yosys](http://www.clifford.at/yosys/) is a framework for Verilog RTL. +[Yosys](https://github.com/YosysHQ/yosys is a framework for Verilog RTL. [Verilog](https://en.wikipedia.org/wiki/Verilog) is a hardware description language. RTL [Register Transfer diff --git a/HDL_workflow/coriolis2.mdwn b/HDL_workflow/coriolis2.mdwn index 101d91ff9..95c51a9ad 100644 --- a/HDL_workflow/coriolis2.mdwn +++ b/HDL_workflow/coriolis2.mdwn @@ -160,10 +160,10 @@ As root, in the chroot, run the following: This will remove debian/buster yosys however getting the build dependencies is quick and easy enough. As the ordinary user, the following instructions can be followed -() +() cd ~ - git clone https://github.com/cliffordwolf/yosys.git + git clone https://github.com/YosysHQ/yosys cd yosys git checkout 049e3abf9baf795e69b9ecb9c4f19de6131f8418 make config-clang diff --git a/HDL_workflow/symbiflow.mdwn b/HDL_workflow/symbiflow.mdwn index 12cd38938..6d7a0f9db 100644 --- a/HDL_workflow/symbiflow.mdwn +++ b/HDL_workflow/symbiflow.mdwn @@ -53,7 +53,7 @@ auto-preparation script here: git clone https://github.com/YosysHQ/abc.git git clone https://github.com/oneapi-src/oneTBB.git git clone https://github.com/verilog-to-routing/vtr-verilog-to-routing.git - git clone https://github.com/cliffordwolf/icestorm.git + git clone https://github.com/yosyshq/icestorm.git git clone https://github.com/SymbiFlow/prjxray.git git clone https://github.com/SymbiFlow/prjxray-db.git git clone https://github.com/SymbiFlow/yosys-symbiflow-plugins.git -- 2.30.2