Katerina Gleeson
Newbie level 1
- Joined
- Feb 7, 2014
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 8
i need to read in a file that could be up to 64k bytes long, and it looks like verilog's max string length is 1024 bytes. i've seen in some sites that it's possible to redefine this size, but i can't find how to do it. i tried just redefining MAX_STRING_SIZE in my parameter list, but the error i receive is "invalid module instantiation." i also tried just putting the value in as my string length, but there was a different error for that. how can i redefine my max string size?