Initial commit

This commit is contained in:
Byron Lathi
2024-11-29 22:31:03 -08:00
commit 0689636dcb
9 changed files with 986 additions and 0 deletions

4
src/fpga_sim/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from fpga_sim import fpga_sim
def main():
fpga_sim()