# qspi_vip **Repository Path**: david6chen/qspi_vip ## Basic Information - **Project Name**: qspi_vip - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QSPI VIP ## Setup ``` $ export BSC_HOME= $ export UVM_HOME= ``` ## Design compile ``` $ cd sim $ source design_build.sh ``` ## Test bench compile ``` $ cd sim $ make -f Makefile.questa compile ``` ## Test simulation ``` $ cd sim $ make -f Makefile.questa sim TEST=page_program_1 ```