DMA-Technologies / uvm-demo

Apache License 2.0
0 stars 0 forks source link

Allow Base Directory Override in Makefile #6

Closed DMA-Technologies closed 22 hours ago

DMA-Technologies commented 1 week ago

LINUX ONLY.

Allow override of SystemC and UVM/SystemC base directory symbols in Makefile.

Fix assignment for symbols:

Tests:

  1. Build and target execution with no override.
  2. Build and target execution with override from command line.
  3. Build and target execution with override from environment.
DMA-Technologies commented 1 week ago

Created branch issue-6.

DMA-Technologies commented 1 week ago

Deleted local branch issue-6. There was no push, so it ought not appear in the repository, yet.

DMA-Technologies commented 22 hours ago

Actions:

  1. Recreated branch issue-6.
  2. Tested with command line arguments (make SYSTEMC_BASE=../systemc-2.3.4 UVM_SYSTEMC_BASE=../uvm-systemc-1.0-beta5).
  3. Tested with environment symbols (declare -x ...).
  4. Checked in Makefile.
DMA-Technologies commented 22 hours ago

Merged into branch release-2.0.0.