05s1 COMP4211 Adv. Architectures Project Suggestions

  1. Design, implement and assess an efficient Compressed-VA addressing scheme for Xilinx Virtex FPGA configuration memory. Tech report UNSW-CSE-TR0509 decribes Vector Addressing (VA) and its implementation. Compressed VA involves compressing the address map and decompressing this on chip.

  2. Survey memory addressing schemes suited to Xilinx Virtex FPGA sub-frame addressing. See tech report UNSW-CSE-TR0509 for a description of the problem and one approach, vector addressing.

  3. Consider paper number 10 from the reading list. Look at reconfiguration of a floating point ALU into extra integer ALUs and vice-versa. What's involved? How do you do it? What are the costs/benefits?

  4. Write a research essay on the state of play in nano-scale computing, quantum computing, or molecular computing.

  5. Contribute to the implementation of a VHDL model of the out-of-order SimpleScalar simulator.

  6. Contribute to the analysis of program traces to assess performance benefits of reconfigurable functional units.

Return to COMP4211 home page