Compare commits
2 Commits
3ed9ed6b7e
...
364839cd05
Author | SHA1 | Date |
---|---|---|
|
364839cd05 | 1 month ago |
|
d30d192cf6 | 1 month ago |
@ -1,3 +1,3 @@
|
|||||||
[submodule "logicworld-subassembly"]
|
[submodule "logicworld-subassembly"]
|
||||||
path = logicworld-subassembly
|
path = logicworld-subassembly
|
||||||
url = git@gitea.d4vid.xyz:D4VID/logicworld-subassembly.git
|
url = https://gitea.d4vid.xyz/D4VID/logicworld-subassembly.git
|
||||||
|
@ -0,0 +1,17 @@
|
|||||||
|
# Verilog to LogicWorld compiler
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Make sure you clone the repo recursively to include the subassembly library:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://gitea.d4vid.xyz/D4VID/verilog2logicworld.git --recursive
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
|
Run cargo inside the [verilog2logicworld](verilog2logicworld/) directory
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo run
|
||||||
|
```
|
Loading…
Reference in new issue