Re: [myhdl-list] VHDL Conversion Issue
Brought to you by:
jandecaluwe
From: Guy E. <gu...@no...> - 2014-01-12 21:49:31
|
Thanks, that did the trick. Guy. Am 12.01.2014 21:49, schrieb Marcel Hellwig: > On 12.01.2014 21:19, Guy Eschemann wrote: >> elif s_rom_dout[1+7:3] == intbv("11101"): > > simple write > elif s_rom_dout[1+7:3] == 0b11101 > > that should work fine :) > > Greetings > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list |