diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 59809360..bca9181a 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/.doctrees/xc9500/bitstream-xc9500.doctree b/.doctrees/xc9500/bitstream-xc9500.doctree index 99503bf2..5c7aae86 100644 Binary files a/.doctrees/xc9500/bitstream-xc9500.doctree and b/.doctrees/xc9500/bitstream-xc9500.doctree differ diff --git a/.doctrees/xc9500/bitstream-xc9500xl.doctree b/.doctrees/xc9500/bitstream-xc9500xl.doctree index a0130dcb..41f29e17 100644 Binary files a/.doctrees/xc9500/bitstream-xc9500xl.doctree and b/.doctrees/xc9500/bitstream-xc9500xl.doctree differ diff --git a/_sources/xc9500/bitstream-xc9500.rst.txt b/_sources/xc9500/bitstream-xc9500.rst.txt index d3ef610d..57135269 100644 --- a/_sources/xc9500/bitstream-xc9500.rst.txt +++ b/_sources/xc9500/bitstream-xc9500.rst.txt @@ -141,13 +141,13 @@ The formulas are as follows: 1. ``FB[i].MC[j].PT[k].IM[l].P`` is stored at: - - row: ``l * 2`` + - row: ``l * 2 + 1`` - column: ``k + (j % 3) * 5`` - bit: ``j // 3`` 2. ``FB[i].MC[j].PT[k].IM[l].N`` is stored at: - - row: ``l * 2 + 1`` + - row: ``l * 2`` - column: ``k + (j % 3) * 5`` - bit: ``j // 3`` diff --git a/_sources/xc9500/bitstream-xc9500xl.rst.txt b/_sources/xc9500/bitstream-xc9500xl.rst.txt index 4ee5fc94..10188f00 100644 --- a/_sources/xc9500/bitstream-xc9500xl.rst.txt +++ b/_sources/xc9500/bitstream-xc9500xl.rst.txt @@ -93,13 +93,13 @@ The formulas are as follows (unchanged from XC9500, but now with more rows): 1. ``FB[i].MC[j].PT[k].IM[l].P`` is stored at: - - row: ``l * 2`` + - row: ``l * 2 + 1`` - column: ``k + (j % 3) * 5`` - bit: ``j // 3`` 2. ``FB[i].MC[j].PT[k].IM[l].N`` is stored at: - - row: ``l * 2 + 1`` + - row: ``l * 2`` - column: ``k + (j % 3) * 5`` - bit: ``j // 3`` diff --git a/xc9500/bitstream-xc9500.html b/xc9500/bitstream-xc9500.html index ac3a8233..b7f55fbd 100644 --- a/xc9500/bitstream-xc9500.html +++ b/xc9500/bitstream-xc9500.html @@ -229,14 +229,14 @@
FB[i].MC[j].PT[k].IM[l].P
is stored at:
row: l * 2
row: l * 2 + 1
column: k + (j % 3) * 5
bit: j // 3
FB[i].MC[j].PT[k].IM[l].N
is stored at:
row: l * 2 + 1
row: l * 2
column: k + (j % 3) * 5
bit: j // 3
FB[i].MC[j].PT[k].IM[l].P
is stored at:
row: l * 2
row: l * 2 + 1
column: k + (j % 3) * 5
bit: j // 3
FB[i].MC[j].PT[k].IM[l].N
is stored at:
row: l * 2 + 1
row: l * 2
column: k + (j % 3) * 5
bit: j // 3