Altera_Forum
Honored Contributor
11 years agotcl commands
For master_write_32 $master_path [expr $base_reconfig + 0x40*4], can anybody tell me what *4 means exactly? Thanks
For master_write_32 $master_path [expr $base_reconfig + 0x40*4], can anybody tell me what *4 means exactly? Thanks
Thanks, Dave.
* here doesn't mean multiply. So 4*0x40 = 0x00000040. Is that correct?