Forgot to update the verilog modules
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
`timescale 1ns/1ps
|
`timescale 1ns/1ps
|
||||||
|
|
||||||
module ExampleAnalogIOCell(
|
module GenericAnalogIOCell(
|
||||||
inout pad,
|
inout pad,
|
||||||
inout core
|
inout core
|
||||||
);
|
);
|
||||||
@@ -12,7 +12,7 @@ module ExampleAnalogIOCell(
|
|||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module ExampleDigitalGPIOCell(
|
module GenericDigitalGPIOCell(
|
||||||
inout pad,
|
inout pad,
|
||||||
output i,
|
output i,
|
||||||
input ie,
|
input ie,
|
||||||
@@ -25,7 +25,7 @@ module ExampleDigitalGPIOCell(
|
|||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module ExampleDigitalInIOCell(
|
module GenericDigitalInIOCell(
|
||||||
input pad,
|
input pad,
|
||||||
output i,
|
output i,
|
||||||
input ie
|
input ie
|
||||||
@@ -35,7 +35,7 @@ module ExampleDigitalInIOCell(
|
|||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module ExampleDigitalOutIOCell(
|
module GenericDigitalOutIOCell(
|
||||||
output pad,
|
output pad,
|
||||||
input o,
|
input o,
|
||||||
output oe
|
output oe
|
||||||
|
|||||||
Reference in New Issue
Block a user