File size: 681 Bytes
123e810
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Refactor the CR memory space

- Source URL: https://github.com/FPGA-MAFIA/fpga_mafia/issues/679

## Issue Title
Refactor the CR memory space

## Issue Description
Create a simple struct for the all CR! This shold solve the error in the readafter write issue we have.

(The issue proposes organizing the Control Register (CR) memory space using a structured data type to address read-after-write synchronization problems in the FPGA-MAFIA project.)

## Issue Comments
None.

## Issue Metadata
- Status: Closed (linked to PR #680)
- Assignee: amichai-bd
- Labels: RTL design, build & env
- Created: June 16, 2024

## Linked Issues / PRs
- PR #680 — the resolution implementation