diff options
author | Claire Xenia Wolf <claire@clairexen.net> | 2023-01-11 04:10:12 +0100 |
---|---|---|
committer | Claire Xenia Wolf <claire@clairexen.net> | 2023-01-11 04:10:12 +0100 |
commit | 6d56d4ecfc2c9afda3fd58f945a5f10daf87a999 (patch) | |
tree | 8b2e2cd5018674f287ae8b2c20877615fec8b555 /guidelines/GettingStarted | |
parent | 029b0aac7f10ff5e1d927fb6ec1d9571a5350176 (diff) | |
parent | 7b476996df962b63656152f643ff2181143f516e (diff) | |
download | yosys-6d56d4ecfc2c9afda3fd58f945a5f10daf87a999.tar.gz yosys-6d56d4ecfc2c9afda3fd58f945a5f10daf87a999.tar.bz2 yosys-6d56d4ecfc2c9afda3fd58f945a5f10daf87a999.zip |
Merge branch 'master' of github.com:YosysHQ/yosys into claire/eqystuff
Diffstat (limited to 'guidelines/GettingStarted')
-rw-r--r-- | guidelines/GettingStarted | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guidelines/GettingStarted b/guidelines/GettingStarted index fcc84c153..d27b285fc 100644 --- a/guidelines/GettingStarted +++ b/guidelines/GettingStarted @@ -191,7 +191,7 @@ Example Code The following yosys commands are a good starting point if you are looking for examples of how to use the Yosys API: - manual/CHAPTER_Prog/stubnets.cc + docs/source/CHAPTER_Prog/stubnets.cc manual/PRESENTATION_Prog/my_cmd.cc |