Difference between revisions of "MCE firmware"

From MCEWiki
(Implementation Details)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Hierarchy header}}
+
{{Related|Firmware}}
 
 
 
== Releases ==
 
== Releases ==
All firmware can be downloaded from [http://e-mode.phas.ubc.ca/mce_firmware/ http://e-mode.phas.ubc.ca/mce_firmware/]. Release notes for each firmware release can be found below:
+
All firmware can be downloaded from [http://e-mode.phas.ubc.ca/mce/firmware/ http://e-mode.phas.ubc.ca/mce/firmware/]. Release notes for each firmware release can be found below:
 
* [[ Clock Card firmware]]
 
* [[ Clock Card firmware]]
 
* [[ Readout Card firmware]]
 
* [[ Readout Card firmware]]
Line 9: Line 8:
 
* [[ PCI card firmware ]]
 
* [[ PCI card firmware ]]
 
* [[ Sync Box Firmware ]]
 
* [[ Sync Box Firmware ]]
 +
 +
See also:
 +
* [[Recommended firmware versions]]
  
 
== Loading firmware onto cards ==
 
== Loading firmware onto cards ==
Line 20: Line 22:
 
* In v5+ firmware, if you update firmware on any readout card, the card doesn't reply to any command unless the Clock Card is also reprogrammed.
 
* In v5+ firmware, if you update firmware on any readout card, the card doesn't reply to any command unless the Clock Card is also reprogrammed.
 
* Always cleanly reset the MCE after a power-up or a reconfiguration!  If not, MCE communication with the PC or Sync Box may not work.  On MAS prompt, type: '''''mce_reset_clean'''''
 
* Always cleanly reset the MCE after a power-up or a reconfiguration!  If not, MCE communication with the PC or Sync Box may not work.  On MAS prompt, type: '''''mce_reset_clean'''''
 
Special cases:
 
* [[ Upgrading From 4.x.x To 5.x.x Firmware ]] -- using SCUBA-2 as an example
 
 
MCE Firmware Bugs/ Features Under Development has been moved to the [[intmce:MCE bugs]].
 
  
 
== Implementation Details ==
 
== Implementation Details ==
  
 
* [[ MCE Timing Diagram ]]
 
* [[ MCE Timing Diagram ]]
* [http://www.phas.ubc.ca/~mce/mcedocs/system/SC2_ELE_S580_529_mce_protocols.pdf MCE Communication Protocols]
+
* [[MCE fibre protocol]] - communication between the MCE and the controlling PC over the fibre-optic link
 +
* [[MCE backplane protocol]] - communication between cards within the MCE
 
* Monitoring MCE Status [[http://www.phas.ubc.ca/%7Emce/mcedocs/system/monitoring_mce_status.doc DOC]] (Nov. 9, 2006)
 
* Monitoring MCE Status [[http://www.phas.ubc.ca/%7Emce/mcedocs/system/monitoring_mce_status.doc DOC]] (Nov. 9, 2006)
 +
* [[MCE commands]]
  
 
== Firmware Development Tools ==
 
== Firmware Development Tools ==
* [[ Firmware CVS repository ]]
 
 
* [[ Quartus II Installation ]]
 
* [[ Quartus II Installation ]]
 
* [[ ModelSim SE Installation ]]
 
* [[ ModelSim SE Installation ]]
 
** [[ Setting up Altera libraries in ModelSim SE ]]
 
** [[ Setting up Altera libraries in ModelSim SE ]]
* [[MCE RTL Testbenches]]
 
 
* [[ JAM Player ]]
 
* [[ JAM Player ]]
* [[ JRunner ]]
 
 
* [[ Convert sof to jic for EPCS64 Serial Configuration Device ]]
 
* [[ Convert sof to jic for EPCS64 Serial Configuration Device ]]
 +
 +
== Development notes ==
 +
* [[intmce:MCE bugs]]
 +
* [[intmce:Firmware Features Under Development]]
 +
* [[intmce:Closed firmware features]]
  
 
[[Category:Firmware]]
 
[[Category:Firmware]]

Latest revision as of 15:22, 22 March 2018

Related topics:

Releases

All firmware can be downloaded from http://e-mode.phas.ubc.ca/mce/firmware/. Release notes for each firmware release can be found below:

See also:

Loading firmware onto cards

There are two ways to load MCE firmware:

  1. Remote firmware update over the MCE fibre interface
  2. Using Altera-supplied Hardware/Software and MCE Front-panel Connector

Things to bear in mind:

  • In v5+ firmware, if you update firmware on any readout card, the card doesn't reply to any command unless the Clock Card is also reprogrammed.
  • Always cleanly reset the MCE after a power-up or a reconfiguration! If not, MCE communication with the PC or Sync Box may not work. On MAS prompt, type: mce_reset_clean

Implementation Details

Firmware Development Tools

Development notes