Skip to content

Commit

Permalink
Merge pull request #369 from ved-rivos/0701
Browse files Browse the repository at this point in the history
add cqen for illustration
  • Loading branch information
ved-rivos authored Jul 1, 2024
2 parents 7a012a3 + 2a95319 commit 4c1203a
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 4c1203a

Please sign in to comment.