Skip to content
Snippets Groups Projects
Commit 196b3f7d authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Revert unwanted change

parent b3a4b0e8
No related branches found
No related tags found
No related merge requests found
Pipeline #72465 passed
...@@ -5,7 +5,7 @@ ASIC toolbox that simplifies circuit design and optimization. ...@@ -5,7 +5,7 @@ ASIC toolbox that simplifies circuit design and optimization.
# NOTE: If this import gives an error, # NOTE: If this import gives an error,
# make sure the C++ module has been compiled and installed properly. # make sure the C++ module has been compiled and installed properly.
# See the included README.md for more information on how to build/install. # See the included README.md for more information on how to build/install.
# from _b_asic import * from _b_asic import *
# Python modules. # Python modules.
from b_asic.core_operations import * from b_asic.core_operations import *
from b_asic.graph_component import * from b_asic.graph_component import *
......
"""A sfg with delays and interesting layout for precednce list generation. """A sfg with delays and interesting layout for precedence list generation.
. . . .
IN1>--->C0>--->ADD1>----------+--->A0>--->ADD4>--->OUT1 IN1>--->C0>--->ADD1>----------+--->A0>--->ADD4>--->OUT1
. ^ | ^ . . ^ | ^ .
......
...@@ -187,7 +187,7 @@ def sfg_custom_operation(): ...@@ -187,7 +187,7 @@ def sfg_custom_operation():
@pytest.fixture @pytest.fixture
def precedence_sfg_delays(): def precedence_sfg_delays():
"""A sfg with delays and interesting layout for precednce list generation. """A sfg with delays and interesting layout for precedence list generation.
. . . .
IN1>--->C0>--->ADD1>--->Q1>---+--->A0>--->ADD4>--->OUT1 IN1>--->C0>--->ADD1>--->Q1>---+--->A0>--->ADD4>--->OUT1
. ^ | ^ . . ^ | ^ .
......
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