Skip to content

Commit f53b962

Browse files
committed
Updating docs based on review
1 parent b4dcf77 commit f53b962

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lambdalib/iolib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## PARAMETERS
2525

2626
### CFGW
27-
The `CFGW` parameter defines the width of the configuration bus of the io cell. IO cells generally include a set of configuration inputs for things like drive strength and operating modes. Setting `CFGW` to a large value (eg. 16/32) should have zero impact on the design as the extra bus bits get optimized away during implementation.
27+
The `CFGW` parameter defines the width of the configuration bus of the io cell. IO cells generally include a set of configuration inputs for things like drive strength and operating modes. Setting `CFGW` to a large value (eg. 16/32) should have zero impact on the design as the extra bus bits get optimized away during implementation. The connection between the generic `CFG` bus and the technology specific IO cell is done within the techology specific cell wrapper library.
2828

2929
For la_bidir, the first 8 bits of the configuration bus are reserved for the functionality shown in the table below.
3030

lambdalib/padring/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PADRING GENERATOR
1+
q# PADRING GENERATOR
22

33
## Introduction
44

@@ -18,8 +18,8 @@ Specifies the total number of power sections within one side of the padring. The
1818
### {NO,EA,WE,SO}CELLMAP
1919
Specifies the type of cells, pin connections, properties, and power connections of all cells in the padring with the exception of filler cells. The physical placement of the cells within the padring shall be done in the order dictated by `CELLMAP`. The CELLMAP is a vector of size NCELLS * 40, with the 40bit vector split into the following fields:
2020

21-
* PIN[7:0] = CELLMAP[7:0] = pin number connected to cell
22-
* COMP[7:0] = CELLMAP[15:8] = pin number for complementary pad for differential cells
21+
* PIN[7:0] = CELLMAP[7:0] = pin number connected to cell. Positive signal in case of differential pairs.
22+
* COMP[7:0] = CELLMAP[15:8] = pin number of complementary (negative) pad to `PIN`. Used for differential IO cells.
2323
* TYPE[7:0] = CELLMAP[23:16] = cell type (see ./la_padring.vh)
2424
* SECTION[7:0] = CELLMAP[31:24] = padring power section number connected to cell
2525
* PROP[7:0] = CELLMAP[39:32] = property passed to technology specific iolib implementation

0 commit comments

Comments
 (0)