Resolve L2SDP-27
1 unresolved thread
1 unresolved thread
Closes L2SDP-27
Merge request reports
Activity
- Resolved by Eric Kooistra
In several files I have found that there is a carriage return character at each line. These show up in some UNIX editors. In VI, they show up as ^M. Please consider removing these. This can be done in gVIM with search and replace by searching \r and replacing it with nothing. The files that contain these are: tb_mm_bus.vhd, mm_bus, tb_mm_master_mux.vhd and mm_file_pkg.vhd.
- Resolved by Eric Kooistra
95 107 FOR I IN 0 TO g_nof_masters-1 LOOP 96 108 IF master_mosi_arr(I).wr='1' OR master_mosi_arr(I).rd='1' THEN 97 109 index <= I; -- index of active master 98 110 EXIT; changed this line in version 2 of the diff
added 4 commits
- e5094cf3 - Replaced Windows LFCR by Linux LF to avoid ^R at end of line in vi (replace \r...
- 5c2cc725 - Replaced Windows LFCR by Linux LF to avoid ^R at end of line in vi (replace \r...
- f124d215 - Replaced Windows LFCR by Linux LF to avoid ^R at end of line in vi (replace \r...
- 3ef797b6 - Clarified EXIT statement.
Toggle commit listmentioned in commit e6ba22e8
unassigned @walle
Please register or sign in to reply