In MMIO_AXI4_Adapter.bsv, added check for unmapped addresses, provide err response immediately.

Previously, the request went out into the fabric, and we were relying
on the fabric returning an error response.  Some fabrics don't do this
reliably, so this removes that reliance on the fabric.
This commit is contained in:
rsnikhil
2020-02-28 14:07:45 -05:00
parent 6f5d079e7c
commit 96a0897bf5
18 changed files with 25006 additions and 22511 deletions

View File

@@ -1,5 +1,6 @@
// Copyright (c) 2018 Massachusetts Institute of Technology
// Portions copyright (c) 2019-2020 Bluespec, Inc.
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation