Question: Create an Instruction Set Simulator ( ISS ) and a SystemC synthesizable model for the following trivial instruction set processor Using the ISS create an
Create an Instruction Set Simulator ISS and a SystemC synthesizable model for the following trivial instruction set processor Using the ISS create an assembly language executable for the following and run the same on your ISS and the SystemC model.
C Pseudo code is as follows :
char a ; The variable value is a representation.
Ideally in your executable, treat a and b as a variable
char b ;
char c ; initialize c to
if a b c ;
if a b c ;
Step by Step Solution
3.43 Rating (150 Votes )
There are 3 Steps involved in it
Creating an entire Instruction Set Simulator ISS and a SystemC synthesizable model is beyond the sco... View full answer
Get step-by-step solutions from verified subject matter experts
