Commits on Source (45)
-
Ivar Härnqvist authored
-
Ivar Härnqvist authored
-
Ivar Härnqvist authored
-
Ivar Härnqvist authored
-
Felix Goding authored
-
Felix Goding authored
-
Felix Goding authored
-
Ivar Härnqvist authored
-
Felix Goding authored
-
Felix Goding authored
This reverts commit 21124444
-
Felix Goding authored
# Conflicts: # .gitlab-ci.yml # README.md
-
Felix Goding authored
-
Ivar Härnqvist authored
-
Ivar Härnqvist authored
-
Ivar Härnqvist authored
-
Jacob Wahlman authored
-
Kevin Scott authored
-
Ivar Härnqvist authored
-
Ivar Härnqvist authored
-
Jacob Wahlman authored
-
angloth authored
Move OperationID from operation to signal_flow_graph and change sfg operations datastructure to a dict
-
angloth authored
-
Ivar Härnqvist authored
-
Ivar Härnqvist authored
-
angloth authored
-
Kevin Scott authored
-
angloth authored
-
angloth authored
-
angloth authored
Remove identifier from basic operation and operation ID from simulation, needs some rework on simulation
-
Kevin Scott authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
-
angloth authored
Remove GraphID class and replace it with a string, add funcitonality for finding a graph object by id
-
angloth authored
-
angloth authored
Showing
- .clang-format 151 additions, 0 deletions.clang-format
- .gitignore 33 additions, 0 deletions.gitignore
- .gitlab-ci.yml 1 addition, 2 deletions.gitlab-ci.yml
- CMakeLists.txt 79 additions, 0 deletionsCMakeLists.txt
- LICENSE 1 addition, 1 deletionLICENSE
- MANIFEST.in 4 additions, 0 deletionsMANIFEST.in
- README.md 119 additions, 3 deletionsREADME.md
- b_asic/__init__.py 14 additions, 0 deletionsb_asic/__init__.py
- b_asic/basic_operation.py 100 additions, 0 deletionsb_asic/basic_operation.py
- b_asic/core_operations.py 85 additions, 0 deletionsb_asic/core_operations.py
- b_asic/graph_id.py 30 additions, 0 deletionsb_asic/graph_id.py
- b_asic/operation.py 108 additions, 0 deletionsb_asic/operation.py
- b_asic/port.py 139 additions, 0 deletionsb_asic/port.py
- b_asic/precedence_chart.py 25 additions, 0 deletionsb_asic/precedence_chart.py
- b_asic/schema.py 25 additions, 0 deletionsb_asic/schema.py
- b_asic/signal.py 60 additions, 0 deletionsb_asic/signal.py
- b_asic/signal_flow_graph.py 76 additions, 0 deletionsb_asic/signal_flow_graph.py
- b_asic/simulation.py 43 additions, 0 deletionsb_asic/simulation.py
- build.sh 0 additions, 5 deletionsbuild.sh
- helloworld.py 0 additions, 1 deletionhelloworld.py
.clang-format
0 → 100644
.gitignore
0 → 100644
CMakeLists.txt
0 → 100644
MANIFEST.in
0 → 100644
b_asic/__init__.py
0 → 100644
b_asic/basic_operation.py
0 → 100644
b_asic/core_operations.py
0 → 100644
b_asic/graph_id.py
0 → 100644
b_asic/operation.py
0 → 100644
b_asic/port.py
0 → 100644
b_asic/precedence_chart.py
0 → 100644
b_asic/schema.py
0 → 100644
b_asic/signal.py
0 → 100644
b_asic/signal_flow_graph.py
0 → 100644
b_asic/simulation.py
0 → 100644
build.sh
deleted
100644 → 0
helloworld.py
deleted
100644 → 0