Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

define generation repeated defines #78

Closed
markuslsra opened this issue Jun 27, 2016 · 0 comments
Closed

define generation repeated defines #78

markuslsra opened this issue Jun 27, 2016 · 0 comments
Assignees
Labels

Comments

@markuslsra
Copy link

markuslsra commented Jun 27, 2016

Defines for repeated registerfiles should be one define and not many...

Example:

Now:

`define RFS_LANE_0_RF_AWIDTH 5
`define RFS_LANE_0_RF_RWIDTH 44
`define RFS_LANE_0_RF_WWIDTH 44

`define RFS_LANE_1_RF_AWIDTH 5
`define RFS_LANE_1_RF_RWIDTH 44
`define RFS_LANE_1_RF_WWIDTH 44

Should be:

`define RFS_LANE_RF_AWIDTH 5
`define RFS_LANE_RF_RWIDTH 44
`define RFS_LANE_RF_WWIDTH 44 
@markuslsra markuslsra added the bug label Jun 27, 2016
@TM90 TM90 changed the title define geration repated defines define generation repated defines Jun 28, 2016
TM90 added a commit that referenced this issue Jul 1, 2016
@TM90 TM90 closed this as completed Jul 4, 2016
@TM90 TM90 changed the title define generation repated defines define generation repeated defines Jul 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants