From b609ec9f00d3b8ca60d646a8c8382c5dfd25c6bf Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Thu, 3 Oct 2024 12:30:07 -0400 Subject: [PATCH] Add PDS R/W to top level entity --- cpld/WarpSE.v | 1 + 1 file changed, 1 insertion(+) diff --git a/cpld/WarpSE.v b/cpld/WarpSE.v index f48d175..80c5731 100644 --- a/cpld/WarpSE.v +++ b/cpld/WarpSE.v @@ -16,6 +16,7 @@ module WarpSE( input nVPA_IOB, output nVMA_IOB, output nAS_IOB, + output RnW_IOB, output nUDS_IOB, output nLDS_IOB, output nBR_IOB,