Commits on Source (32)
-
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Mikael Henriksson authored
-
Mikael Henriksson authored
-
Mikael Henriksson authored
-
Mikael Henriksson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Mikael Henriksson authored
-
Mikael Henriksson authored
-
Mikael Henriksson authored
-
Mikael Henriksson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Mikael Henriksson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
-
Mikael Henriksson authored
-
Oscar Gustafsson authored
-
Oscar Gustafsson authored
Showing
- .gitlab-ci.yml 15 additions, 0 deletions.gitlab-ci.yml
- .pre-commit-config.yaml 4 additions, 0 deletions.pre-commit-config.yaml
- README.md 1 addition, 1 deletionREADME.md
- b_asic/GUI/arrow.py 15 additions, 20 deletionsb_asic/GUI/arrow.py
- b_asic/GUI/drag_button.py 42 additions, 51 deletionsb_asic/GUI/drag_button.py
- b_asic/GUI/main_window.py 87 additions, 90 deletionsb_asic/GUI/main_window.py
- b_asic/GUI/port_button.py 14 additions, 13 deletionsb_asic/GUI/port_button.py
- b_asic/GUI/signal_generator_input.py 64 additions, 74 deletionsb_asic/GUI/signal_generator_input.py
- b_asic/GUI/simulate_sfg_window.py 9 additions, 104 deletionsb_asic/GUI/simulate_sfg_window.py
- b_asic/GUI/util_dialogs.py 3 additions, 3 deletionsb_asic/GUI/util_dialogs.py
- b_asic/codegen/testbench/.gitignore 5 additions, 0 deletionsb_asic/codegen/testbench/.gitignore
- b_asic/codegen/testbench/streaming_matrix_transposition_tb.vhdl 401 additions, 0 deletions.../codegen/testbench/streaming_matrix_transposition_tb.vhdl
- b_asic/codegen/testbench/test.py 15 additions, 0 deletionsb_asic/codegen/testbench/test.py
- b_asic/codegen/vhdl/__init__.py 65 additions, 0 deletionsb_asic/codegen/vhdl/__init__.py
- b_asic/codegen/vhdl/architecture.py 523 additions, 0 deletionsb_asic/codegen/vhdl/architecture.py
- b_asic/codegen/vhdl/common.py 401 additions, 0 deletionsb_asic/codegen/vhdl/common.py
- b_asic/codegen/vhdl/entity.py 83 additions, 0 deletionsb_asic/codegen/vhdl/entity.py
- b_asic/core_operations.py 1 addition, 1 deletionb_asic/core_operations.py
- b_asic/graph_component.py 5 additions, 8 deletionsb_asic/graph_component.py
- b_asic/gui_utils/__init__.py 6 additions, 0 deletionsb_asic/gui_utils/__init__.py
b_asic/codegen/testbench/.gitignore
0 → 100644
b_asic/codegen/testbench/test.py
0 → 100755
b_asic/codegen/vhdl/__init__.py
0 → 100644
b_asic/codegen/vhdl/architecture.py
0 → 100644
b_asic/codegen/vhdl/common.py
0 → 100644
b_asic/codegen/vhdl/entity.py
0 → 100644