You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|
|
|
|
```bash
|
|
cargo run
|
|
```
|