Skip to content

Commit 633f297

Browse files
Fix comments made when i should have been sleeping
1 parent 2aee32e commit 633f297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdk/cl/developer_designs/cl_firesim/design/cl_firesim.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ axi_clock_converter_dramslim clock_convert_dramslim (
623623
.s_axi_awburst(fsimtop_s_axi_awburst), // input wire [1 : 0] s_axi_awburst
624624
.s_axi_awlock(fsimtop_s_axi_awlock), // input wire [0 : 0] s_axi_awlock
625625
// CACHE = xx1x indicates the transcation is modifiable and
626-
// that the converter should back narrow reads into wider ones
626+
// that the converter should pack narrow writes into wider ones
627627
.s_axi_awcache(4'h2), // input wire [3 : 0] s_axi_awcache
628628
.s_axi_awprot(fsimtop_s_axi_awprot), // input wire [2 : 0] s_axi_awprot
629629
.s_axi_awregion(fsimtop_s_axi_awregion), // input wire [3 : 0] s_axi_awregion
@@ -649,7 +649,7 @@ axi_clock_converter_dramslim clock_convert_dramslim (
649649
.s_axi_arburst(fsimtop_s_axi_arburst), // input wire [1 : 0] s_axi_arburst
650650
.s_axi_arlock(fsimtop_s_axi_arlock), // input wire [0 : 0] s_axi_arlock
651651
// CACHE = xx1x indicates the transcation is modifiable and
652-
// that the converter should back narrow reads into wider ones
652+
// that the converter should pack narrow reads into wider ones
653653
.s_axi_arcache(4'h2), // input wire [3 : 0] s_axi_arcache
654654
.s_axi_arprot(fsimtop_s_axi_arprot), // input wire [2 : 0] s_axi_arprot
655655
.s_axi_arregion(fsimtop_s_axi_arregion), // input wire [3 : 0] s_axi_arregion

0 commit comments

Comments
 (0)