Re: [myhdl-list] VHDL Conversion Issue
Brought to you by:
jandecaluwe
From: Marcel H. <1he...@in...> - 2014-01-12 20:49:25
|
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 |