Skip to content

Commit

Permalink
add cqen for illustration
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Jul 1, 2024
1 parent 148dfe1 commit 2a95319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iommu_ref_model/libiommu/src/iommu_command_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ process_commands(
// Sometimes the command queue may stall due to unavailability of internal
// resources - e.g. ITAG trackers
if ( (g_reg_file.cqcsr.cqon == 0) ||
(g_reg_file.cqcsr.cqen == 0) ||
(g_reg_file.cqcsr.cqmf != 0) ||
(g_reg_file.cqcsr.cmd_ill != 0) ||
(g_reg_file.cqcsr.cmd_to != 0) ||
Expand Down

0 comments on commit 2a95319

Please sign in to comment.