commit | 402790361bdaefc48c2d07ff6f223e3792bca362 | [log] [tgz] |
---|---|---|
author | Jacob Levy <jacob.levy@opentitan.org> | Fri Apr 23 15:33:30 2021 +0300 |
committer | tjaychen <timothytim@google.com> | Fri Apr 23 17:00:18 2021 -0700 |
tree | fbe5a756baf4b59b0e15accd5883175ad565d505 | |
parent | 59c52d31cf9bd06f1995f4775e7144b84556fd39 [diff] |
[AST] Fix analog out contention Signed-off-by: Jacob Levy <jacob.levy@opentitan.org>
diff --git a/hw/top_earlgrey/ip/ast/rtl/ast.sv b/hw/top_earlgrey/ip/ast/rtl/ast.sv index 4be7d90..97501a8 100644 --- a/hw/top_earlgrey/ip/ast/rtl/ast.sv +++ b/hw/top_earlgrey/ip/ast/rtl/ast.sv
@@ -562,7 +562,7 @@ assign usb_io_pu_cal_o = {UsbCalibWidth{1'b0}}; // assign ast2padmux_o = {Ast2PadOutWidth{1'b0}}; -`ifndes ANALOGSIM +`ifndef ANALOGSIM assign ast2pad_t0_ao = 1'bz; assign ast2pad_t1_ao = 1'bz; `else