Bug 281

Summary: put reverted code back (import of isa)
Product: Libre-SOC's first SoC Reporter: Luke Kenneth Casson Leighton <lkcl>
Component: Source CodeAssignee: Michael Nolan <mtnolan2640>
Status: RESOLVED FIXED    
Severity: enhancement CC: libre-soc-bugs
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Linux   
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:

Description Luke Kenneth Casson Leighton 2020-04-05 19:56:16 BST
see http://bugs.libre-riscv.org/show_bug.cgi?id=278#c5
Comment 1 Luke Kenneth Casson Leighton 2020-04-05 19:57:16 BST
assigned this one to you, michael.  we need just the import back:
-from soc.decoder.isa import ISA
+from soc.decoder.isa.all import ISA
 
remember next time, single-purpose commits - this is why :)