mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
fpga: Remove default_nettype
for Vivado 2018.3
This commit is contained in:
parent
830540b757
commit
879b1c2ca7
1 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@
|
|||
// specific language governing permissions and limitations under the License.
|
||||
|
||||
// Xilinx Peripehrals
|
||||
`default_nettype none
|
||||
|
||||
module ariane_peripherals #(
|
||||
parameter int AxiAddrWidth = -1,
|
||||
|
@ -734,5 +733,3 @@ module ariane_peripherals #(
|
|||
assign s_axi_gpio_wlast = 1'b1;
|
||||
end
|
||||
endmodule
|
||||
|
||||
`default_nettype wire
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue