Difference between revisions of "MCE firmware"

From MCEWiki
(MCE Firmware Bugs/ Features Under Development)
 
(176 intermediate revisions by 10 users not shown)
Line 1: Line 1:
Always cleanly reset the MCE after a power-up or a reconfiguration!  If you do not, MCE communication with the PC or Sync Box may not work. 
+
{{Related|Firmware}}
> mce_reset_clean
+
== 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:
 +
* [[ Clock Card firmware]]
 +
* [[ Readout Card firmware]]
 +
* [[ Bias Card firmware]]
 +
* [[ Address Card firmware]]
 +
* [[ PCI card firmware ]]
 +
* [[ Sync Box Firmware ]]
  
Note that after a reset, not all of the DAC outputs are reset to zero.  In addition, values written to RAM-based registers are not reset. To reset these registers, a full reconfiguration is required.
+
See also:
> rs psc cycle_pow 1
+
* [[Recommended firmware versions]]
> mce_reset_clean
 
  
== MCE Firmware Releases ==
+
== Loading firmware onto cards ==
You can download all the MCE firmware configuration files [http://www.phas.ubc.ca/~mce/mcedocs/firmware/ here].  Information on the firmware for each card can be found through the links below:
 
* [[ Clock Card (CC) ]]
 
* [[ Readout Card (RC) ]]
 
* [[ Bias Card (BC) ]]
 
* [[ Address Card (AC) ]]
 
* [[ Power-Supply Unit Controller (PSUC) ]]
 
  
== MCE Features and How-To Guides ==
+
There are two ways to load MCE firmware:
* [[ Data mode | Readout Card Data Modes ]]
+
# [[ Remote Firmware Update | Remote firmware update over the MCE fibre interface]]
* [[ Digital 4-pole Butterworth Low-pass filter ]]
+
# Using Altera-supplied Hardware/Software and MCE Front-panel Connector
* [[ Flux jumping ]]
+
#* [[ USB Blaster | step-by-step instructions ]]
* [[ Raw-mode readout ]]
 
* [[ High rate acquisition ]]
 
* [[ Fast SQ2 Feedback and TES Biasing with an Address Card ]]
 
* [[ The STOP Command ]]
 
  
== MCE Firmware Bugs/ Features Under Development ==
+
Things to bear in mind:
* [[ MCE bugs ]]
+
* 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.
* [[ Firmware Features Under Development ]]
+
* 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'''''
* [http://e-mode.phas.ubc.ca/mcebugzilla Bugzilla]
 
  
== Hardware Peripherals ==
+
== Implementation Details ==
* [[ Using Ethernet Blaster ]]
 
* [[ USB Blaster ]]
 
* [[ Sync Box ]]
 
  
== Software Tools ==
+
* Source on GitHub: https://github.com/multi-channel-electronics/mce_firmware
All that you need to know about logging into our CVS repository can be found here:
+
* [[ MCE Timing Diagram ]]
* [[ CVS Firmware Repository ]]
+
* [[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)
 +
* [[MCE commands]]
 +
 
 +
== Firmware Development Tools ==
 
* [[ Quartus II Installation ]]
 
* [[ Quartus II Installation ]]
* [[ ModelSim SE Installation ]] (from scratch)
+
* [[ ModelSim SE Installation ]]
 +
** [[ Setting up Altera libraries in ModelSim SE ]]
 +
* [[ JAM Player ]]
 +
* [[ Convert sof to jic for EPCS64 Serial Configuration Device ]]
  
We decided (sadly) NOT to migrate from CVS to SVN, if we ever do here is some information:
+
== Development notes ==
* [http://svnbook.red-bean.com/en/1.4/ SVN Manual]
+
* [[intmce:MCE bugs]]
* [[ Firmware Accessing the svn repository | Accessing the SVN Repository ]]
+
* [[intmce:Firmware Features Under Development]]
* [[ Firmware svn commit guidelines | SVN Commit Guidelines ]]
+
* [[intmce:Closed firmware features]]
* SVN Basic Operations
 
** [[ Firmware svn tagging | Tagging ]]
 
** [[ Firmware svn merging | Merging ]]
 
** [[ Firmware svn branching | Branching ]]
 
** [[ Firmware svn undelete | Resurrecting Deleted Items ]]
 
  
== MCE Testing ==
+
[[Category:Firmware]]
* [[ MCE Test Scripts ]]
 
* [[ MAS Cheat Sheet ]]
 
* [[ Using Python to Automate MAS ]]
 
* [[ MCE: Helper programs ]]
 

Latest revision as of 14:29, 31 January 2025

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