Floppycatman
New Contributor
7 years agoGetting a MIF opcode error
Hello,
Trying to reconfig transceiver in my design. As I see in STP alt_xcvr_reconfig function reads from ROM only 20 words but the MIF file is 57 words long.
Hello!
Still trying to reconfig CycloneV GT XCVR. By now I have a project that include XCVR, reconfig, ROM and system console to control the reconfig core.
When I start the streamer I get the MIF opcode error.
Then I perform this commands in system console I getting 0x00, but It should be 0x2 'cause I've already enable 16-bit address mode for reconf core.
master_write_32 $master_path [expr 0x3B*4] 0x1
master_write_32 $master_path [expr 0x3C*4] 0x2
master_write_32 $master_path [expr 0x3A*4] 0x1
master_write_32 $master_path [expr 0x3B*4] 0x1
master_write_32 $master_path [expr 0x3A*4] 0x2
master_read_32 $master_path [expr 0x3C*4] 0x1So the question is why I can't read the '1' from field MIF address mode? Maybe I setting it the wrong way?