diff options
author | Jon Nordby <jononor@gmail.com> | 2025-04-26 18:02:35 +0200 |
---|---|---|
committer | Jon Nordby <jononor@gmail.com> | 2025-04-26 21:33:29 +0200 |
commit | ea5c8903b101708b49c2789ebc7d6e5f9453f119 (patch) | |
tree | 7b394710d31c39130954864705a1cfb48d05105b /cocotb_try/.gitignore | |
parent | 1c8497fa17f4c11e997641030d2e9c0f12e1b0bb (diff) |
cocotb: Try to run quickstart
Passes both using SIM=verilator and SIM=icarus
Diffstat (limited to 'cocotb_try/.gitignore')
-rw-r--r-- | cocotb_try/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cocotb_try/.gitignore b/cocotb_try/.gitignore new file mode 100644 index 0000000..f0e6e9d --- /dev/null +++ b/cocotb_try/.gitignore @@ -0,0 +1,3 @@ +sim_build/ +__pycache__/ +results.xml |