Re: [myhdl-list] Simulation control
Brought to you by:
jandecaluwe
From: Juan P. C. <jp...@gm...> - 2015-04-07 15:01:19
|
Hi Jan, Yes, I would be interested in learning what you did. Thanks, JP On Mon, Apr 6, 2015 at 6:04 AM, Jan Coombs <th...@mu...> wrote: > On Sun, 5 Apr 2015 18:22:51 -0400 > Juan Pablo Caram <jp...@gm...> wrote: > > > I don't have a clear idea for the architecture yet, but I suspect it is > not > > that simple (or maybe it is)... > > > > This is what I understand you are referring to: > > > > def myADC(value): > > @always(clk.posedge) > > def logic(): > > value.next = do_things() > > I'm doing a CDP1802 processor, and want full debug control to hookup > with software tools. I also wanted it to have the same interface > whether in simulation or on FPGA. > > Since small cheap FPGA boards generally have a FTDI comm port, the > interface is based around byte streams. In simulation the byte stream > is crudely connected via mmap'd files. > > This allows connection of the hardware or simulation to the support > tools in other languages, provided it is possible to use mmap in > those environments, or build a linking module. > > Would any details of this help? > > Jan Coombs > -- > email valid, else fix at dots and hyphen > jan4myhdlatmurrayhyphenmicroftdotcodotuk > > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live > exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- > event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list > |