Bug 281 - put reverted code back (import of isa)
Summary: put reverted code back (import of isa)
Status: RESOLVED FIXED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Michael Nolan
URL:
Depends on:
Blocks:
 
Reported: 2020-04-05 19:56 BST by Luke Kenneth Casson Leighton
Modified: 2020-04-05 20:27 BST (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)