Skip to content
Snippets Groups Projects

B-ASIC version 1.0.0

Merged Angus Lothian requested to merge develop into master
All threads resolved!

Merge final TDDD96 project code and documentation to master.

Edited by Angus Lothian

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
18 @pytest.fixture
19 def out_port2():
20 return OutputPort(1, None)
21
22 @pytest.fixture
23 def dangling_sig():
24 return Signal()
25
26 @pytest.fixture
27 def s_w_source():
28 out_port = OutputPort(0, None)
29 return Signal(source=out_port)
30
31 @pytest.fixture
32 def sig_with_dest():
33 inp_port = InputPort(0, None)
  • Arvid Westerlund
    Arvid Westerlund @arvwe160 started a thread on commit c4b4fdae
  • 19 def out_port2():
    20 return OutputPort(1, None)
    21
    22 @pytest.fixture
    23 def dangling_sig():
    24 return Signal()
    25
    26 @pytest.fixture
    27 def s_w_source():
    28 out_port = OutputPort(0, None)
    29 return Signal(source=out_port)
    30
    31 @pytest.fixture
    32 def sig_with_dest():
    33 inp_port = InputPort(0, None)
    34 return Signal(destination=out_port)
  • Felix Goding approved this merge request

    approved this merge request

  • Angus Lothian changed the description

    changed the description

  • Rasmus Karlsson approved this merge request

    approved this merge request

  • Ivar Härnqvist approved this merge request

    approved this merge request

  • Jacob Wahlman approved this merge request

    approved this merge request

  • Angus Lothian changed title from Merge final TDDD96 project code and documentation to master to Add B-ASIC 1.0.0 - Merge final TDDD96 project code and documentation to master

    changed title from Merge final TDDD96 project code and documentation to master to Add B-ASIC 1.0.0 - Merge final TDDD96 project code and documentation to master

  • Angus Lothian changed title from Add B-ASIC 1.0.0 - Merge final TDDD96 project code and documentation to master to B-ASIC version 1.0.0

    changed title from Add B-ASIC 1.0.0 - Merge final TDDD96 project code and documentation to master to B-ASIC version 1.0.0

  • Angus Lothian changed the description

    changed the description

  • Jacob Wahlman resolved all threads

    resolved all threads

  • merged

  • Angus Lothian mentioned in commit 8a55494c

    mentioned in commit 8a55494c

  • Please register or sign in to reply
    Loading