cm

IST distinguished professor to present McMurtry Lecture on Nov. 7

James Z. Wang, distinguished professor in the College of Information Sciences and Technology, will present the college’s annual McMurtry Lecture at noon on Thursday, Nov. 7, in E202 Westgate Building at Penn State University Park.




cm

Labor Secretary John McMahon to Retire after Seven-Year Tenure

Having successfully led the Department of Labor’s efforts to support Delaware workers during one of the most challenging times in the state’s history, Secretary John McMahon announced that he would retire to spend more time with his family.




cm

McMaster Technique Offers Delaware Livestock Producers and Veterinarians More Options in Herd Health

he Delaware Department of Agriculture (DDA) announced beginning October 15, 2024, the cost of fecal analysis testing performed by the Poultry and Animal Health Section will increase to $3.00 per sample. The Poultry and Animal Health Section will begin offering livestock fecal sample analysis using the McMaster technique for relevant livestock species, and the current qualitative fecal float testing will still be performed as appropriate by species.




cm

Wild River Collaborates with Cadence on CMP-70 Channel Modeling

Wild River Technology (WRT), the leading supplier of signal integrity measurement and optimization test fixtures for high-speed channels at data rates of up to 224G, has announced the availability of a new advanced channel modeling solution that helps achieve extreme signal integrity design to 70GHz. Read the press release. The CMP-70 program continues the industry-first simulation-to-measurement collaboration with Cadence that was initially established with the CMP-50. Significant resources were dedicated to the development of the CMP-70 by Cadence and WRT over almost three years. The CMP-70 will be on display at DesignCon 2025 , January 28-30, in Cadence booth 827 to benchmark the Cadence Clarity 3D Solver . “I am not a fan of hype-based programs that simply get attention,” remarked Alfred P. Neves, WRT’s co-founder and chief technical officer. “Both Cadence and Wild River brought substantial skills to the table in this project as we continued our industry-first simulation-to-measurement collaboration. The result is a proven, robust and accurate platform that brings extreme signal integrity to 70GHz designs. This application package has also been instrumental in demonstrating the robust 3D EM simulation capability of the Cadence Clarity solver.” “We’re delighted to continue the joint development and validation program with WRT that started with the CMP-50,” said Gary Lytle, product management director at Cadence. “The skilled and experienced signal integrity technologists that both companies bring to the program results in a superior signal integrity solution for our mutual customers.” CMP-70 Solution Features The solution is available both in a standard configuration and as a custom solution for customer-specific stackups and fabrication. The primary target application is to support a 3D EM solver analysis modeling versus the time- and frequency-domain measurement methodologies. The solution features include: The CMP-70 platform, assembled and 100% TDR NIST traceable tested, with custom stands Material Identification overview web-based meeting including anisotropic 3D material identification A cross-section PCB report and structures for using as-fabricated geometries Measured S-parameters, pre-tested for quality (passivity/causality and resampled for time domain simulations) A host of novel crosstalk structures suited for 112G HD level project analysis PCB layout design files (NDA required) An EDA starter library including loss models with industry-first accurate surface roughness models Comprehensive training available for 3D EM analysis – correspondence, material ID in X-Y and Z axis for a host of EDA tools Industry-First Hausdorff Technique The WRT application package also includes an industry-first modified Hausdorff (MHD) technique , included as MATLAB code. This algorithmic approach provides an accurate way to compare two sets of measurements in multi-dimensional space to determine how well they match. The technique is used to compare the results simulated by the Clarity solver with those measured on the CMP-70 platform. The methodology and initial results are shown in the figure below, where the figure of merit (FOM) is calculated from 10, 35, and finally to 50GHz. The MHD algorithm requires a MATLAB license, but WRT also accommodates customer data as another option, where WRT provides the comparison between measured and simulated data. Additional Resources If you are attending DesignCon 2025 , be sure to stop by Cadence booth 827 to see WRT’s CMP-70 advanced channel modeling solution in action with the Clarity 3D Solver. Check out our on-demand webinar, " Validating Clarity 3D Solver Accuracy Through Measurement Correlation ." Learn more about the CMP-70 solution and the Clarity 3D Solver . For more information about Cadence’s full suite of integrated multiphysics simulation solutions, download our Multiphysics System Analysis Solutions Portfolio .




cm

SCCM deployment

We are having some issues with deploying i. We are looking for the silent command switch for deployment including the licence agreement acceptance.

Ideally we would like a regular MSI that we could install for all users and not in the user content.




cm

Start Your Engines: The Innovation Behind Universal Connect Modules (UCM)

Read this blog to know more about the innovation behind Universal Connect Modules (UCM).(read more)




cm

c interface with specman

Hi,

 I need to call a  c function form specman . I had followed the below steps.


File vb_pattern.e
---------------------------------

 
struct vb_pattern_s
{
  %data_in_ch0 : uint (bits : 4);   // data on channel 0
  %data_in_ch1 : uint (bits : 4);   // data on channed 1
  %data_in_ch2 : uint (bits : 4);   // data on channel 2
  %mode : uint (bits : 1);          // mode 
  %enable : uint (bits : 1);        // enable

};

C export vb_pattern_s;

------

file  x_output_bfm.e
--------------------------------------------

check_patterns()@clk_e is
{

  ...
 exp_viterbi_op();

}

routine exp_viterbi_op() is C routine viterbi_c_func;

---- EOF------

X.c
#include "vb_pattern.h"

void viterbi_c_func ()
{
 SN_TYPE(vb_pattern_s) vb_packet;
 SN_TYPE(mode)   mode;
 vb_packet = SN_SYS->ops
 mode = vb_packet->mode;
 printf(" Printing from C environment MODE = %h ", mode);

}


------------------- EOF----

x_top.e
------------
import  tb/vb_pattern.e;
import  tb/x_input_bfm.e;
import  tb/x_output_bfm.e;
import  tb/x_cover_dut.e;
import  tb/x_env.e;




I  did the following comand


>> sn_compile.sh -h_only x_top.e -o vb_pattern.h
>> gcc -c viterbi.c -o viterbi.o

I am getting the following error


viterbi.c: In function `viterbi_c_func':
viterbi.c:6: error: `t__mode' undeclared (first use in this function)
viterbi.c:6: error: (Each undeclared identifier is reported only once
viterbi.c:6: error: for each function it appears in.)
viterbi.c:6: error: syntax error before "mode"
viterbi.c:7: error: `mode' undeclared (first use in this function)


Please help me resolve this.

Kesav



  








 


Originally posted in cdnusers.org by kesava




cm

ce_tools directory no longer shipped with Specman

Hello All,

starting with version 8.1 the contents of the ce_tools directory will no longer
be shipped with Specman. The directory contains some unsupported AE/R&D
ware and has not been updated for several releases (i.e. most of those old
packages don't work with the latest release).
 
Attached is the contents of this directory. Please read the README before
using any of the packages.


Regards,
-hannes


Originally posted in cdnusers.org by hannes




cm

Specman Makefile generator utility

I've heard lots of people asking for a way to generate Makefiles for Specman code, and it seems there are some who don't use "irun" which takes care of this automatically. So I wrote this little utility to build a basic Makefile based on the compiled and loaded e code.

It's really easy to use: at any time load the snmakedeps.e into Specman, and use "write makefile <name> [-ignore_test]".
This will dump a Makefile with a set of variables corresponding to the loaded packages, and targets to build any compiled modules.
Using -ignore_test will avoid having the test file in the Makefile, in case you switch tests often (who doesn't?).

It also writes a stub target so you can do "make stub_ncvlog" or "make stub vhdl" etc.

The targets are pretty basic, I thought it was more useful to #include this into the main Makefile and define your own more complex targets / dependencies as required.

The package uses the "reflection" facility of the e language, which is now documented since Specman 8.1, so you can extend this utility if you want (please share any enhancements you make).

 Enjoy! :-)

Steve.




cm

e-code: Macro example code for Team Specman blog post

Hi everybody,

 

The attached package is a tiny code example with a demo for an upcoming Team Specman blog post about writing macros.

 

Hilmar




cm

latest Specman-Matlab package


Attached is the latest revision of the venerable Specman-Matlab package (Lead Application Engineer Jangook Lee is the latest to have refreshed it for a customer in Asia to support 64 bit mode.  Look for a guest blog post from him on this package shortly.)

There is a README file inside the package that gives a detailed overview, shows how to run a demo and/or validate it’s installed correctly, and explains the general test flow.  The test file included in the package called "test_get_cmp_mdim.e" shows all the capabilities of the package, including:

* Using Specman to initialize and tear down the Matlab engine in batch mode

* Issuing Matlab commands from e-code, using the Specman command prompt to load .m files, initializing variables, and other operational tasks.

* Transfering data to and from the Matlab engine to Specman / an e language test bench

* Comparing data of previously retrieved Matlab arrays

* Accessing Matlab arrays from e-code without converting them to e list data structure

* Convert Matlab arrays into e-lists

Happy coding!

Team Specman

 




cm

Specman Mode for Emacs

Attached is the latest emacs mode for e/Specman - version 1.23


Please follow the install instructions in the top section of the actual file
(after unzipping it) to install/load this package with your emacs.




cm

Creating cover items for sparse values/queue or define in specman

Hello,

I have a question I want to create a cover that consists a sparse values, pre-computed (a list or define) for example l = {1; 4; 7; 9; 2048; 700} I'd like to cover that data a (uint(bits:16)) had those values, Any suggestion on how to achieve this, I'd prefer to stay away from macros, and avoid to write a lot of code

struct inst {

  data :uint(bits:16);
  opcode :uint(bits:16);
  !valid_data : list of uint(bits:16) = {0; 12; 10; 700; 890; 293;};
  event data_e;
  event opcode_e;

  cover data_e is {
     item data using radix = HEX, ranges = {
     //I dont want to write all of this
     range([0], "My range1");
     range([10], "My range2");
     //... many values in between
    range([700], "My rangen");
    };


    item opcode;


   cross data, opcode;
};

post_generate() is also {
    emit data_e;
};
};




cm

EMX - EM simulation for large CMOS chip

Hi everyone,

I'm currently working on my thesis, which involves a beamformer system using CMOS 65nm technology. I'm trying to use the EMX tool for EM simulation but have encountered a few problems. Before diving into my questions about EMX, let me briefly explain how I conduct EM simulations with other software (ADS).

In ADS, I use the EM simulator with the Momentum microwave engine. However, my EM layout is quite large, and the mesh generated is extremely detailed, making it difficult to simulate the entire system. As a workaround, I divide the system into smaller parts and simulate each one individually. I've attached a snapshot of my setup, which includes an amplifier and a 1-to-2 Wilkinson power divider. I've separated these circuits and placed pins to facilitate EM simulations for each. I also placed ground pins at the boundaries of each circuit to connect them to the ground plane.

Here’s the link to the image (I'm unable to upload it due to an error): https://drive.google.com/file/d/13Qn4-DvMBj_K1JQLXrTWaWZ8uaLJr15u/view?usp=sharing

Now, moving on to EMX (version 6.3). For a maximum frequency of 31 GHz, I set the edge mesh = thickness = 0.4 µm (approximately the skin depth). However, when I simulate the circuit (amplifier + divider), the mesh on the ground plane becomes very dense, which makes running the simulation impossible due to excessive memory requirements. I reverted to my ADS approach and divided the circuit into two parts, placing ports to connect them. Unfortunately, EMX doesn't allow me to place multiple edge ports on the same edge for the ground plane, which has left me confused. Here are a couple of questions I have:

  1. Is breaking the circuit into smaller parts a valid approach? Given the large ground plane, the mesh size for the ground is significant, making simulations challenging. Are there any methods to manage this issue?

  2. Regarding the ground pins, why can't I place multiple edge ports to connect the ground planes of both circuits as I did in ADS? If this approach is incorrect, could you suggest alternative methods for simulating individual circuits and connecting them to estimate system performance?

Any insights would be greatly appreciated. Thank you in advance for your help!




cm

FCMB attains ISO Certification for Quality Management

Leading financial services provider, First City Monument Bank (FCMB), has been awarded the prestigious International Organisation for Standardisation (ISO) 9001:2015 certificate for Quality Management System. The Bank was presented with the certificate by the Standards Organisation of Nigeria (SON), following a comprehensive audit and evaluation exercise conducted by the Organisation. The exercise covered departments and […]

FCMB attains ISO Certification for Quality Management




cm

The Worrisome Trend of Sensational Social Media “Journalism” and the Impact On Legitimate Business Concerns: Recent Travails of FCMB, GTBank and First Bank

On June 25, 2018 I woke up to yet another social media trend – a news story with the bold and quite salacious headline “How Safe Are Customer Deposits At FCMB?” had taken over the digital airwaves. Between the shares and likes and comments, a storm in a cup had brewed to great proportions in […]

The Worrisome Trend of Sensational Social Media “Journalism” and the Impact On Legitimate Business Concerns: Recent Travails of FCMB, GTBank and First Bank



  • Opinion - Analysis

cm

FCMB Bank (UK) Limited Launches Personal and Business Banking Proposition to Deepen Inclusiveness

FCMB Bank (UK) Limited, an independently incorporated subsidiary of First City Monument Bank Limited (which is a member of FCMB Group Plc), has introduced its Personal and Business banking proposition in London, United Kingdom and Lagos, Nigeria at an impressive ceremony attended by the top echelon of the business community within and from outside the […]

FCMB Bank (UK) Limited Launches Personal and Business Banking Proposition to Deepen Inclusiveness




cm

cm6040f service manual

cm6040f service manual




cm

cm6030f multifunction printers owners manual

cm6030f multifunction printers owners manual




cm

cm4730 mfp manual

cm4730 mfp manual




cm

cm2320 mfp guide

cm2320 mfp guide




cm

mccray sc cms40e 4c owners manual

mccray sc cms40e 4c owners manual




cm

cm6030 multifunction printers accessory owners manual

cm6030 multifunction printers accessory owners manual




cm

1055cm service manual

1055cm service manual




cm

1600cm printers owners manual

1600cm printers owners manual




cm

1600cm printers accessory owners manual

1600cm printers accessory owners manual




cm

cm8060 8050 color mfp edgeline technology service manual

cm8060 8050 color mfp edgeline technology service manual




cm

cm6040 service manual

cm6040 service manual




cm

cm232mfp user guide

cm232mfp user guide




cm

cm6040 multifunction printers owners manual

cm6040 multifunction printers owners manual




cm

A Strategic Guide to Improve and De-Risk Vaccine Development: CEPIs CMC Framework

The Coalition for Epidemic Preparedness Innovations (CEPI) has developed a robust CMC (Chemistry, Manufacturing, and Controls) Framework to enhance the likelihood of successful vaccine development. This Framework serves as a comprehensive guide, aiding developers in building effective strategies to overcome the challenges posed by the different phases of vaccine development, including the ones often referred to as the "valleys of death". The Framework lists stage-appropriate deliverables, categorized and refined, spanning five key areas: manufacturing process, formulation and stability, analytics, supply chain, and compliance. By emphasizing the critical aspects of CMC development, CEPI's objective is to expedite the progression of vaccine candidates from research to deployment, reducing delays, mitigating risks, and optimizing the overall development process, all while upholding uncompromising quality standards, ultimately increasing the probability of success.





cm

ICMR announces call for CAR proposals under extramural research programme

The Indian Council of Medical Research (ICMR) has issued a call for proposals for its Centre for Advanced Research (CAR) initiative under the Extramural Research Programme, inviting experienced research teams to








cm

Invoice format: Self Invoicing under RCM

Invoice format: Self Invoicing under RCM




cm

RCM for paying rent to unregistered landlord

We are manufactured exporting company. We acquire godown , quareters from unregistered landlord on rent. Is this type of rent come under the applicability of RCM ?




cm

Where to show the RCM on Rent paid to unregistered landlord

Dear Experts,

In GSTR 1, under which table should we show the RCM amount on rent paid to an
unregistered Landlord.

Pls. advice.




cm

RCM - commercial rent paid to URP under GST

Dear Sir,

We have a godown in Porur, and we pay rent every month after TDS is deducted. Recently, my friend mentioned that RCM is applicable for commercial rent payments to an unregistered person (URP). Could you please clarify my doubts?




cm

Sinn Féin's difficulty over Michael McMonagle

Senior party figures faced pressure to explain their handling of McMonagle's departure.




cm

India Improves Clinical Research With ICMR's New Agreement

In a landmark development for India's clinical research landscape, the Indian Council of Medical Research (ICMR) has announced the formalization of Memorandum




cm

Goa CM Manohar Parrikar Dies At 63 Due to Pancreatic Cancer

After a prolonged battle with pancreatic cancer, Goa Chief Minister Manohar Parrikar died at his private residence in Goa on Sunday evening. He was 63 years old.




cm

Delhi CM Atishi congratulates New CJI Justice Sanjiv Khanna

Delhi Chief Minister Atishi extended warm greetings to Justice Sanjiv Khanna on Monday, following his swearing-in as the 51st Chief Justice of India (CJI).




cm

MP bypolls: CM Mohan Yadav highlights focus on poor, women on last day of campaign

On the last day of campaigning for bypolls in Madhya Pradesh's Budhni and Vijaypur Assembly seats, Chief Minister Mohan Yadav said on Monday that the state government is committed to the welfare of the poor, women, youth, and farmers.




cm

Maha polls: Yogi Adityanath to hold three rallies, campaign for Dy CM Fadnavis

Uttar Pradesh Chief Minister Yogi Adityanath is set to visit poll-bound Maharashtra on Tuesday where he will address three public meetings and campaign for Maharashtra Deputy Chief Minister Devendra Fadnavis, including several other Bharatiya Janata Party (BJP) candidates.




cm

Actor Manoj Mitra dies at 86; CM Mamata Bannerjee expresses condolences

Acclaimed thespian and actor Manoj Mitra, admired by critics for innovative theatrical productions and his innate acting style, passed away in Kolkata on Tuesday morning.




cm

Ahead of bypolls reports of quota for Muslims in contracts hit K'taka govt; CMO denies

Karnataka government's alleged Muslim reservation proposal sparks controversy ahead of bypolls, but Chief Minister's Office denies the reports entirely.