Re: [myhdl-list] verilog conversion bug ?
Brought to you by:
jandecaluwe
From: Geoffrey B. <geo...@gm...> - 2009-06-13 15:16:48
|
No testbench -- I just simulated with the VCD file generated by the myhdl module. So the simulation output of myhdl became the driver for quartus. Geoffrey On Sat, Jun 13, 2009 at 9:39 AM, Felton Christopher <chr...@gm...>wrote: > On Jun 12, 2009, at 2:33 PM, Geoffrey Brown wrote: > > > The following is an attempt to create a simple PWM module. When I > > simulate in myhdl and simulate the generated verilog in quartus, > > I get different results. Specifically the "pulse" output is delayed > > one clock period in quartus which suggests that my use of > > count.next in myhdl doesn't translate into semantically equivalent > > verilog. Clearly, I can rewrite things to get the behavior > > I want, but I'm worried about the inconsistency. > > Do you have your Verilog testbench for Quartus, think it might be is > mismatch in your testbenches and not the pwm module. Does you clken > change on the falling edge of clock in your Verilog testbench as well? > > Chris > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list > |