The woods are lovely, dark

The woods are lovely, dark and deep
but i have promises to keep
and lines to code before I sleep
And lines to code before I sleep

Someone should shoot the guys at software companies who hand out free copies of Compilers and IDEs with some crucial and significant feature support missing. I thought i was done with the systolic counter implementation, for the FPGA design project, when the MAX+plus II compiler tells me that the memory function is not supported,
so, in short i can say

reg [1:0] left; //register which can store 2 bits

but i cant say

reg [1:0] p_state[0:4]; // an array of eight registers, each of which can store 2 bits

WHAT THE HELL X|

i spent bloody 3 hours re-coding my verilog code, because the software doesnt support user defined functions, so i found a way to avoid using functions, and now this!!

I Refuse to pay for software, when the end product i produce is of no use to me, and i dont get paid to use the tool i paid for.

now i have to find a pirated version of some verilog compiler, and i have to do it soon, tuesday’s deadline is fast approaching.

This entry was posted in Livejournal. Bookmark the permalink.

Comments are closed.