Re: [myhdl-list] Problem with slicing of a slice signal when using a user defined verilog code
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-04-02 15:45:47
|
Yes, I will fix my typo and investigate. Regard, Chris On Thursday, April 2, 2015, cad master <pro...@gm...> wrote: > Hi Chris, > > First of all thank you for your comments. > > 1. The myhdl version I'm using is 482b832bda4c. > 2. Line 14, and 15 in your snippet should be: > part_of_in1_part = in1_part(5,2) > part_of_in2_part = in2_part(5,2) > > and not > > part_of_in1_part = in1(5,2) > part_of_in2_part = in2(5,2) > > And this is exactly my problem, a slice of a slice. > > Thanks, > Alon > > -- Sent from Gmail Mobile |