fixed docs typo

This commit is contained in:
Clifford Wolf 2015-09-11 11:24:23 +02:00
parent 9addea6cb9
commit c6f1e1f48d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ For example the signal <tt>io_1/D_IN_0</tt> in IO tile (0, 5) can be seen as <tt
<p>
Each IO Tile has 2 <tt>NegClk</tt> configuration bits, suggesting that the
clock signals can be inverted independently for the the two IO blocks in the
tile. However, the Lattice tools refuse to pack to IO blocks with different block
tile. However, the Lattice tools refuse to pack two IO blocks with different clock
polarity into the same IO tile. In our tests we only managed to either set or clear
both NegClk bits.
</p>