Skip to content
Snippets Groups Projects
Commit 1bb21a40 authored by angloth's avatar angloth
Browse files

Remove OperationID reference from simulation.py

parent 2c02dcce
No related branches found
No related tags found
1 merge request!2Integrated ID system, traversing and som signal tests
......@@ -3,7 +3,6 @@ B-ASIC Simulation Module.
TODO: More info.
"""
from signal_flow_graph import OperationId
from numbers import Number
from typing import List, Dict
......@@ -31,7 +30,7 @@ class SimulationState:
TODO: More info.
"""
operation_states: Dict[OperationId, OperationState]
# operation_states: Dict[OperationId, OperationState]
iteration: int
def __init__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment