[Libre-soc-isa] [Bug 686] create Power ISA test API
    bugzilla-daemon at libre-soc.org 
    bugzilla-daemon at libre-soc.org
       
    Thu Sep 23 23:55:07 BST 2021
    
    
  
https://bugs.libre-soc.org/show_bug.cgi?id=686
--- Comment #68 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
https://git.libre-soc.org/?p=soc.git;a=commitdiff;h=7dfff09be53b97f9b9b14f79a38bcaa78aac43af
should be clear what's needed. anything marked "if self.run_hdl"
it goes into an HDLRunner.  anything "if self.run_sim" into
a SimRunner.
the pspec object, pass it in as one of the arguments to the constructor
of both the HDLRunner and SimRunner, they need to operate from the
"same page" (the same context)
also, you will have to pass in the Module instance (m) as an additional
argument.
go one step at a time, even just one function at a time (commit
between each one)
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the Libre-SOC-ISA
mailing list