mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 17:34:43 -04:00
typo
This commit is contained in:
parent
8f485264b7
commit
60db8f69f1
@ -11,6 +11,8 @@ import java.io.OutputStream;
|
||||
import java.util.HashMap;
|
||||
|
||||
/**
|
||||
* Class to create a JEDEC file for the Lattice GAL16V8
|
||||
*
|
||||
* @author hneemann
|
||||
*/
|
||||
public class Gal16v8 {
|
||||
@ -65,8 +67,8 @@ public class Gal16v8 {
|
||||
/**
|
||||
* enables register in registered mode
|
||||
*
|
||||
* @param i the OLMC enable the register
|
||||
* @return this for chaained calls
|
||||
* @param i the OLMC to enable the register for
|
||||
* @return this for chained calls
|
||||
*/
|
||||
private Gal16v8 enableRegisterFor(int i) {
|
||||
map.setFuse(AC1 + i, false);
|
||||
@ -75,7 +77,7 @@ public class Gal16v8 {
|
||||
|
||||
/**
|
||||
* Sets a pin number for a signal.
|
||||
* If no pin is set a suited pin is choosen automatically
|
||||
* If no pin is set a suited pin is chosen automatically
|
||||
*
|
||||
* @param name the signals name
|
||||
* @param pin the pin to use
|
||||
|
Loading…
x
Reference in New Issue
Block a user