mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-15 07:48:29 -04:00
fixed some checkstyle issues
This commit is contained in:
parent
373c8bd4a4
commit
8bc683366f
@ -10,7 +10,6 @@ import de.neemann.digital.core.ObservableValues;
|
||||
import de.neemann.digital.core.basic.*;
|
||||
import de.neemann.digital.core.element.ElementTypeDescription;
|
||||
import de.neemann.digital.core.element.Keys;
|
||||
import de.neemann.digital.core.element.PinDescription;
|
||||
import de.neemann.digital.core.io.Const;
|
||||
import de.neemann.digital.core.io.DipSwitch;
|
||||
import de.neemann.digital.core.io.Ground;
|
||||
|
@ -7,7 +7,6 @@ package de.neemann.digital.hdl.model2;
|
||||
|
||||
import de.neemann.digital.hdl.model2.expression.ExprConstant;
|
||||
import de.neemann.digital.hdl.printer.CodePrinter;
|
||||
import de.neemann.digital.hdl.vhdl2.VHDLTestBenchCreator;
|
||||
import de.neemann.digital.lang.Lang;
|
||||
|
||||
import java.io.IOException;
|
||||
@ -187,6 +186,7 @@ public class HDLNet implements Printable, HasName {
|
||||
|
||||
/**
|
||||
* @return the number of bits on this net
|
||||
* @throws HDLException HDLException
|
||||
*/
|
||||
public int getBits() throws HDLException {
|
||||
if (output != null)
|
||||
|
@ -9,7 +9,6 @@ import de.neemann.digital.core.element.ElementAttributes;
|
||||
import de.neemann.digital.hdl.model2.expression.Expression;
|
||||
import de.neemann.digital.hdl.model2.expression.Visitor;
|
||||
import de.neemann.digital.hdl.printer.CodePrinter;
|
||||
import de.neemann.digital.hdl.vhdl2.VHDLTestBenchCreator;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
|
Loading…
x
Reference in New Issue
Block a user