Forum Discussion
Altera_Forum
Honored Contributor
16 years agoOK, so this works:
write_source_data -instance_index 0 -value [regsub -all " " [int2bits 0x88888] ""] So does modifying int2bits to do the regsub after the split. I still think the example in the Quartus manual is confusing at best, and probably wrong. Thanks for the help. :)