Bug 361

Summary: all test_pipe_caller.py needs RA=0 tests
Product: Libre-SOC's first SoC Reporter: Luke Kenneth Casson Leighton <lkcl>
Component: Source CodeAssignee: Luke Kenneth Casson Leighton <lkcl>
Status: CONFIRMED ---    
Severity: enhancement CC: libre-soc-bugs
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Mac OS   
NLnet milestone: --- total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0 parent task for budget allocation:
child tasks for budget allocation: The table of payments (in EUR) for this task; TOML format:
Bug Depends on:    
Bug Blocks: 305, 330, 339, 383    

Description Luke Kenneth Casson Leighton 2020-06-03 13:00:03 BST
the unit tests do not test if RA=0 (which triggers zero-imm).
this needs to be added where appropriate
Comment 1 Luke Kenneth Casson Leighton 2020-06-10 14:26:30 BST
in ALUHelpers, (fu/test/common.py) immediate-zero checking is also needed
Comment 2 Luke Kenneth Casson Leighton 2020-08-22 12:10:11 BST
commit ee5469c03a547493eca63213248af654d5c1ef2b (HEAD -> master)
Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
Date:   Sat Aug 22 12:09:19 2020 +0100

    r0 zero tests on addis, fails

shows that addis is failing (this is good!)