File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
vtr_flow/arch/timing/fraclut_carrychain Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ Scaling assumptions from 40nm to 22nm: delay constant area drop (22/40)^2 but si
260
260
<direct name =" direct1" input =" lut5.in" output =" lutpure.in" >
261
261
</direct >
262
262
<direct name =" direct2" input =" lutpure.out" output =" lut5.out" >
263
+ <pack_pattern name =" ble5" in_port =" lutpure.out" out_port =" lut5.out" />
263
264
</direct >
264
265
</interconnect >
265
266
</mode >
@@ -343,6 +344,16 @@ Scaling assumptions from 40nm to 22nm: delay constant area drop (22/40)^2 but si
343
344
<direct name =" direct5b" input =" ble6.in_F" output =" lut5[1:1].in[0:0]" >
344
345
</direct >
345
346
347
+ <direct name =" chain1" input =" ble6.cin" output =" lut5[0:0].cin" >
348
+ <pack_pattern name =" chain" in_port =" ble6.cin" out_port =" lut5[0:0].cin" />
349
+ </direct >
350
+ <direct name =" chain2" input =" lut5[0:0].cout" output =" lut5[1:1].cin" >
351
+ <pack_pattern name =" chain" in_port =" lut5[0:0].cout" out_port =" lut5[1:1].cin" />
352
+ </direct >
353
+ <direct name =" chain3" input =" lut5[1:1].cout" output =" ble6.cout" >
354
+ <pack_pattern name =" chain" in_port =" lut5[1:1].cin" out_port =" ble6.cout" />
355
+ </direct >
356
+
346
357
347
358
<!-- Clock -->
348
359
<complete name =" direct6" input =" ble6.clk" output =" ff.clk" />
You can’t perform that action at this time.
0 commit comments