URL
https://opencores.org/ocsvn/plasma/plasma/trunk
Subversion Repositories plasma
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 10 to Rev 11
- ↔ Reverse comparison
Rev 10 → Rev 11
/trunk/vhdl/ram.vhd
75,6 → 75,7
write(hex_file_line, c); |
line_length := line_length + 1; |
end if; |
--line_length:=100; --DEBUG mode |
if index = 10 or line_length >= 72 then |
writeline(store_file, hex_file_line); |
line_length := 0; |